Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |entry

std/data/string_map::|entry


Usage

|entry(key, value)

Parameters

↳ key: string
↳ value: string

Return

StringMap


Build a single-entry StringMap mapping key to value.

Typically used as an argument to |map([...]) to construct multi-entry maps.